From 17ffc5980587680d3a6c466821d414142c1cc2a0 Mon Sep 17 00:00:00 2001 From: Tim Deegan Date: Thu, 25 Aug 2011 12:03:14 +0100 Subject: [PATCH] passthrough: Turn on IOMMU/HAP pagetable sharing by default. Signed-off-by: Tim Deegan --- xen/drivers/passthrough/iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/drivers/passthrough/iommu.c b/xen/drivers/passthrough/iommu.c index be5cb246bf..44d55ef84f 100644 --- a/xen/drivers/passthrough/iommu.c +++ b/xen/drivers/passthrough/iommu.c @@ -47,7 +47,7 @@ bool_t __read_mostly iommu_passthrough; bool_t __read_mostly iommu_snoop = 1; bool_t __read_mostly iommu_qinval = 1; bool_t __read_mostly iommu_intremap = 1; -bool_t __read_mostly iommu_hap_pt_share; +bool_t __read_mostly iommu_hap_pt_share = 1; bool_t __read_mostly iommu_debug; bool_t __read_mostly iommu_amd_perdev_vector_map = 1; bool_t __read_mostly amd_iommu_perdev_intremap; -- 2.30.2